home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / frame1.stk < prev    next >
Encoding:
Text File  |  1995-12-12  |  196 b   |  9 lines

  1. ;; Basic frames
  2.  
  3. (pack [frame '.f1 :background "red"  :width 100 :height 100]
  4.       [frame '.f2 :background "blue" :width 100 :height 100]
  5.       :side "top" 
  6.       :expand #t
  7.       :fill "both")
  8.  
  9.